home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_27161.txt < prev    next >
Text File  |  1990-03-19  |  1KB  |  64 lines

  1. -- card: 27161 from stack: in
  2. -- bmap block id: 8576
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: service 7
  6. ----- HyperTalk script -----
  7. on closecard
  8.   global maploc, cardloc
  9.   put word 1 of the short name of this card into maploc
  10.   put "7" into cardloc
  11. end closecard
  12.  
  13.  
  14.  
  15. -- part 20 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=40 top=278 right=318 bottom=91
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: New Button
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   go to card "service 7a"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part contents for background part 9
  35. ----- text -----
  36. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  37.  
  38. -- part contents for background part 11
  39. ----- text -----
  40. service7
  41.  
  42. -- part contents for background part 4
  43. ----- text -----
  44. Service and Support
  45.  
  46. -- part contents for background part 13
  47. ----- text -----
  48. Using the Control Panel
  49.  
  50. -- part contents for background part 5
  51. ----- text -----
  52.  
  53. The Monitors icon in the Control Panel provides access to the settings for Macintosh displays.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.